home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / mg / src.lzh / conf / config.options < prev    next >
Text File  |  1990-05-23  |  3KB  |  79 lines

  1. #
  2. # mg base configuration file, for mg3 and beyond.
  3. #
  4. system        required    # which system we're compiling it for
  5.                 # current supported: amiga, vms, bsd
  6.  
  7. #
  8. # This set of options changes the behavior of some commands, or of the
  9. #    editor as a whole.
  10. #
  11. no_metakey        option    # disables the use of "meta" keys as modifiers
  12.                 # instead of prefacing commands sequences with
  13.                 # an ESC character
  14. metabit            0x80    # what bit in a char is the metabit
  15.                 # This is designed for people using European
  16.                 # character sets on micros, and should only be
  17.                 # changed with great care!
  18.                 # Recommended value for Amiga: 0x200
  19.  
  20. no_backup        option    # disables code that creates backup files,
  21.                 # and enables the make-backup-flag command
  22. makebackup        1    # default value for "makebackup". If 1, then
  23.                 # the editor will create backup files until
  24.                 # make-backup-flag is called. If 0, then it
  25.                 # will _not_ make backup files until that
  26.                 # function is called
  27. backup_suffix        "~"    # String to append to a file name to get
  28.                 # the name to back the file up to
  29.  
  30. no_dprompt        option    # disables delayed prompting
  31. regexp            option    # enables regular expression in searchs
  32. fkeys            option    # Causes the editor to understand function keys
  33.                 # It may be able to deal with them without this,
  34.                 # but this will enable names on the keys
  35. no_startup        option    # disables searching for startup files
  36.                 # startup files require macro support code.
  37.                 # so if you turn on no_macro, you must turn on
  38.                 # no_startup
  39.  
  40. nrow        51        # These two are the largest number of lines
  41. ncol        85        # and windows we allow on a screen.
  42.  
  43.  
  44. #
  45. # This set of options cause user-level functions to appear or disappear.
  46. #
  47. gosmacs            option    # adds several Gosling commands
  48.                 # including scroll-one-line-{up,down} and
  49.                 # {next,previous}-window. Changes C-l to
  50.                 # redraw with C-u, otherwise move point line
  51.                 # to argument line number (1 == top of window).
  52.                 # also makes C-v & M-v with args go by pages
  53.                 # instead of lines.
  54.  
  55. no_dir            option    # disables the cd and pwd commands
  56. no_help            option    # disables the help commands
  57. prefixregion        option    # enables the prefixregion commands
  58. no_macro        option    # disables all keyboard macros
  59.                 # if this is turned on, no_startup must be on,
  60.                 # and the amiga option rexx must be off.
  61.  
  62. #
  63. # The second set of options makes modes - and all the associated commands
  64. #    appear or disappear.
  65. #
  66. no_dired        option    # disables dired mode
  67. bsmap            off    # controls support of the BS <-> del swapping
  68.                 # values are: off -> disable the command
  69.                 #        0 -> command enabled, off
  70.                 #        1 -> command enabled, on
  71. notab            option    # enables the notab mode, which maps all tabs
  72.                 # to strings of spaces.
  73.  
  74. #
  75. # This options make some internal tradeoffs. It doesn't change the editor
  76. #    as an editor, but will change it's performance.
  77. #
  78. nondynvid        option    # don't do dynamic video update calculations
  79.